home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zoom 2
/
Zoom - Release 2 (1996)(Active Software)[!].iso
/
texts
/
dosman121
/
d.lv.scp
next >
Wrap
AmigaDOS Script File
|
1995-05-02
|
532b
|
25 lines
.KEY DATA
.BRA {
.KET }
; SCRIPT FILENAME: D.LV.scp
; DATE : 05-02-95
; AUTHOR : Peter Bagnato & Colin Thompson
; DESCRIPTION : Presents user with a selection of DOS Man Pages
;====================================================================
;
;====================================================================
IF EXISTS ENV:LV
run >nil: $radio $location/man/{data}
QUIT
ELSE
echo "ERROR:" "You must select something from the ListView"
QUIT
ENDIF